derelict.glib.gbitlock

Undocumented in source.

Members

Aliases

da_g_bit_lock
alias da_g_bit_lock = void function(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bit_trylock
alias da_g_bit_trylock = gboolean function(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bit_unlock
alias da_g_bit_unlock = void function(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_pointer_bit_lock
alias da_g_pointer_bit_lock = void function(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_pointer_bit_trylock
alias da_g_pointer_bit_trylock = gboolean function(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_pointer_bit_unlock
alias da_g_pointer_bit_unlock = void function(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_bit_lock
void g_bit_lock(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_trylock
gboolean g_bit_trylock(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_unlock
void g_bit_unlock(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_lock
void g_pointer_bit_lock(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_trylock
gboolean g_pointer_bit_trylock(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_unlock
void g_pointer_bit_unlock(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_bit_lock
da_g_bit_lock g_bit_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_trylock
da_g_bit_trylock g_bit_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_unlock
da_g_bit_unlock g_bit_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_lock
da_g_pointer_bit_lock g_pointer_bit_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_trylock
da_g_pointer_bit_trylock g_pointer_bit_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_unlock
da_g_pointer_bit_unlock g_pointer_bit_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta